Skip to content

Commit

Permalink
Added: Citation on Credentials and Simulator Link
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurah committed Mar 11, 2020
1 parent b270d18 commit 441f089
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ img.logo {
.simulator-link{
float: right;
margin: 7px;
font-size: 14px;
font-family: monospace;
}

.simulator-link > a{
Expand Down
23 changes: 15 additions & 8 deletions src/splunkConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ <h3>Get your data! <small>Follow steps... </small></h3>
<div class="credentials-icon">
<i class="fas fa-unlock fa-3x"></i>
</div>
<input autocomplete=on type="text" name="username" class="form-control" aria-label="Username" title="username to access splunk instance" placeholder="Username" value="" aria-describedby="inputGroup-sizing-sm">
<input autocomplete=on type="password" name="password" class="form-control" aria-label="Password" title="password to access splunk instance" placeholder="Password" value="" aria-describedby="inputGroup-sizing-sm">
<br />
<input autocomplete="on" type="text" name="token" class="form-control" aria-label="Token" title="Token to access splunk instance" placeholder="Token (recommended)" value="" aria-describedby="inputGroup-sizing-sm">
<small clas="form-text text-muted"><a href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Setupauthenticationwithtokens">More info about token based authentication</a></small>
<center>--- OR ---</center>
<br />
<input autocomplete="on" type="text" name="token" class="form-control" aria-label="Token" title="Token to access splunk instance" placeholder="Token" value="" aria-describedby="inputGroup-sizing-sm">
<small clas="form-text text-muted"><a href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Security/Setupauthenticationwithtokens">More info about token based authentication</a></small>
<input autocomplete=on type="text" name="username" class="form-control" aria-label="Username" title="username to access splunk instance" placeholder="Username" value="" aria-describedby="inputGroup-sizing-sm">
<input autocomplete=on type="password" name="password" class="form-control" aria-label="Password" title="password to access splunk instance" placeholder="Password" value="" aria-describedby="inputGroup-sizing-sm">
<small clas="form-text text-muted">By entering the credentials, you understand that the Tableau User can potentially see them in WDC Url.</small>
</div>
</div>
</div>
Expand Down Expand Up @@ -167,12 +168,18 @@ <h4><span class="badge badge-secondary">Copy link to Tableau WDC</span></h4>
<div class="input-group-prepend">
<span class="input-group-text"><i class="fas fa-external-link-alt"></i></span>
</div>

<textarea name="link" autocomplete="on" class="form-control" id="linkGen" aria-label="Custom SPL" placeholder="NOTE: URL contains encoded (not encrypted) credentails, ensure you share it with trusted person in encrypted network. [+] Copy link to Tableau WDC" data-toggle="tooltip" data-placement="top" data-html="true" title="Click to <em>copy</em>" readonly></textarea>

</div>
<br />
<span class="badge badge-info simulator-link"><a href="./../Simulator/index.html" title="https://github.com/splunk/splunk-tableau-wdc/tree/master/Simulator" target="_blank"><i class="fas fa-table"></i> Try in Simulator</a></span>
<br /><br />
<!-- cred. sharing/exposure warning -->
<div class="alert alert-warning" role="alert">
<b>CAUTION:</b> WDC URL contains encoded (not encrypted) credentails, ensure you share it with trusted person in encrypted network.
</div>
<!--
<span class="badge badge-info simulator-link"><i class="fas fa-table"></i> Try <a href="./../Simulator/index.html">Simulator</a></span>
-->


</div>
</div>

Expand Down

0 comments on commit 441f089

Please sign in to comment.