Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
synnefo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
synnefo
Commits
1c9a5d50
Commit
1c9a5d50
authored
12 years ago
by
Kostas Papadimitriou
Browse files
Options
Downloads
Patches
Plain Diff
astakos: Fix identity endpoint construction
in api access view
parent
d1d67a52
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snf-astakos-app/astakos/im/views/im.py
+1
-2
1 addition, 2 deletions
snf-astakos-app/astakos/im/views/im.py
with
1 addition
and
2 deletions
snf-astakos-app/astakos/im/views/im.py
+
1
−
2
View file @
1c9a5d50
...
...
@@ -216,8 +216,7 @@ def api_access(request, template_name='im/api_access.html',
"""
context
=
{}
token_url
=
join_urls
(
settings
.
BASE_URL
,
settings
.
BASE_PATH
,
reverse
(
'
tokens_authenticate
'
))
token_url
=
join_urls
(
settings
.
BASE_HOST
,
reverse
(
'
tokens_authenticate
'
))
context
[
'
services
'
]
=
Component
.
catalog
()
context
[
'
token_url
'
]
=
token_url
context
[
'
client_url
'
]
=
settings
.
API_CLIENT_URL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment